* dispextern.h (struct image): New members.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 7 Aug 2007 16:32:21 +0000 (16:32 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 7 Aug 2007 16:32:21 +0000 (16:32 +0000)
commite5e747be21f0ec45256b4accc17f8056f476a7a5
tree668be49c34de28152638200f7d32e41f60b7209b
parent0906859b14da5107b5b5a2331f148e606d5a8c0d
* dispextern.h (struct image): New members.

* image.c: Sync to trunk version.
(search_image_cache, uncache_image, image-refresh): New functions.
Check for fg and bg colors.
(lookup_image): Use search_image_cache.  Cache fg and bg colors.
(pbm_load): Another check for invalid image data.
(png_load): Ignore default background field.
src/ChangeLog